Welcome![Sign In][Sign Up]
Location:
Search - cSharp xml

Search list

[Windows DevelopInternetTv

Description: C#调用Media Player插件的播放功能写的一个简单的网络电视软件,电视节目列表保存在XML中,如果地址不能观看请修改流媒体地址,程序很简单,一看就会,共同学习。-C# call the Media Player plug-in playback function to write a simple Web TV software, TV shows saved in the XML list, if the address can not view, modify streaming media address, the program is very simple, a look will be, learning together.
Platform: | Size: 258048 | Author: 268 | Hits:

[ApplicationsFinancial

Description: C#版简单个人财务管理软件,系统功能有帐户管理、个人财务、口令修改、导入、导出XML、实用计算器等。-C# version of a simple personal financial management software, the system functions account management, personal finance, password changes, import, export XML, useful calculators.
Platform: | Size: 1077248 | Author: 292 | Hits:

[CSharpCollection1.0

Description: 一个简单的网页采集系统,是一个为初学者提供实现网页数据采集思路的源码,通过请求网页来抽取源码,并用正则表达式提取内容以及转换为XML格式遍历内容并存入Access数据库中。-A simple web collection system is available for beginners to achieve a web page source data collection ideas, through the request page to extract source code, and use regular expressions to extract content and convert into XML format, content and traverse Access database .
Platform: | Size: 63488 | Author: 高宏伟 | Hits:

[VC/MFCADO.NET_advance_program

Description: ado .net 高级编程 Introduction 1 Chapter 1: Data Access and .NET 9 Chapter 2: The .NET Data Providers 45 Chapter 3: Visual Studio .NET and ADO.NET 69 Chapter 4: Using DataReaders 133 Chapter 5: The DataSet 163 Chapter 6: Using the DataAdapter 207 Chapter 7: Typed DataSets and DataSet Schemas 235 Chapter 8: XML and the DataSet 271 Chapter 9: Constraints, Relations, and Views 317 Chapter 10: Transactions 365 Chapter 11: Mapping 387 Chapter 12: Making a Data Services Component 409 Chapter 13: ADO.NET and Web Services 455 Chapter 14: SQL Server Native XML Support 517 Chapter 15: Performance and Security 551 Chapter 16: Integration and Migration 589 Chapter 17: Creating a Custom .NET Data Provider 625 Chapter 18: Case Study – Cycle Couriers 671 Index-Introduction 1 Chapter 1: Data Access and .NET 9 Chapter 2: The .NET Data Providers 45 Chapter 3: Visual Studio .NET and ADO.NET 69 Chapter 4: Using DataReaders 133 Chapter 5: The DataSet 163 Chapter 6: Using the DataAdapter 207 Chapter 7: Typed DataSets and DataSet Schemas 235 Chapter 8: XML and the DataSet 271 Chapter 9: Constraints, Relations, and Views 317 Chapter 10: Transactions 365 Chapter 11: Mapping 387 Chapter 12: Making a Data Services Component 409 Chapter 13: ADO.NET and Web Services 455 Chapter 14: SQL Server Native XML Support 517 Chapter 15: Performance and Security 551 Chapter 16: Integration and Migration 589 Chapter 17: Creating a Custom .NET Data Provider 625 Chapter 18: Case Study – Cycle Couriers 671 Index
Platform: | Size: 7805952 | Author: 林虹 | Hits:

[Windows DevelopDataSend

Description: socket数据发送,读取XML文件发送至服务端代码。-Data send to DEST DB
Platform: | Size: 3072 | Author: kongduoxing | Hits:

[.netConsoleApplication1

Description: console application Using XmlReader or XmlNode, we have to compile two documents ie. po.xsd and po.xml respectively.
Platform: | Size: 22528 | Author: Sachin | Hits:

[xml-soap-webserviceStudentInformationXML

Description: HTML文档中嵌入XML数据,并将学生通讯录以HTML的格式输出。-XML data embedded in HTML documents, and contacts with students in the format of HTML output.
Platform: | Size: 46080 | Author: wangjiafu | Hits:

[CSharpvote_system

Description: 投票系统,有xml的简单应用。在单机使用。-Voting system, there is a simple application xml. In the stand-alone use.
Platform: | Size: 305152 | Author: 小黄 | Hits:

[CSharpProjet

Description: 以前写的基于csharp的日程表程序。以.xml文档形式倒入日程表,程序可修改删除以及添加日程项目(描述,重要性等),并自动以.xml格式保存。-I used to write programs schedule based on csharp . Using . Xml document format to import into the calendar, the program can be modified to delete, and add agenda items (description, importance, etc.) and automatically export . Xml format.
Platform: | Size: 22528 | Author: fly | Hits:

[CSharpSMTP_POP3_Mail_Server

Description: 这是一个使用C#基于.NET1.1实现的SMTP与POP3邮件服务器源代码。其中,MailServerComponent实现POP3和SMTP的服务端控件,负责处理底层的POP3和SMTP消息。MailServer 处理MailServerComponent的事件,并进行邮件接收和存储的工作。 包含的功能: 基本的: * SMTP/POP3/IMAP4/WebMail * IP访问过滤 * 用户邮件大小限制 * 支持XML和MSSQL数据库存储 * 很好的GUI和管理界面 * 足够的注释 SMTP: * 所有的基本的SMTP服务器的功能 * 支持过个域名 * 支持多个邮箱地址用一个邮箱 * 支持昵称. 支持公共帐号和私有帐号昵称列表 * 支持邮件路由. eg *ivar* pattern routes all addresses containing ivar to specified mailbox or remote address * SMTP验证 * SMTP大小, PIPELINING, 8BITMIME, CHUNCKING support * SMTP定制消息过滤(可以发现及过滤部分垃圾邮件) * 支持IP访问中继和验证 POP3: * 所有的基本POP3有的功能 * APOP命令和安全验证 * POP3验证,CRAM-MD5登录 * POP3远程帐号-Introduction The MailServerComponent implements POP3 and SMTP (core) servers. It Handles lowlevel POP3 and SMTP commands and raises events according to it. The MailServer service just handles MailServerComponent events and does mail retrieving and storing job. Features General: * SMTP/POP3/IMAP4/WebMail * IP access filtering * User mailbox size limit * Supports XML or MSSQL databases * Nice GUI for administation * Well commented source code included SMTP: * All basic SMTP features * Supports multiple domains * Supports multiple e-address for one mailbox * Supports aliases(Mailing lists). Supports public and private(needs authentication) lists. * Supports email routing. eg*ivar* pattern routes all addresses containing ivar to specified mailbox or remote address * SMTP AUTH (LOGIN CRAM-MD5) (supported authentication types) * SMTP SIZE, PIPELINING, 8BITMIME, CHUNCKING support * SMTP custom message filters
Platform: | Size: 3464192 | Author: 陈嵩 | Hits:

[OtherHydrogenCms

Description: HydrogenCms是一款采用Asp.net MVC开发的轻量级的CMS,是一个全功能的、低要求的、开源的CMS,它使用 asp.net mvc, linq2sql, linq2xml, 还借鉴了 BlogEngine, Kigg的一些优点。 可以在线更换皮肤,可以在后台设置网站标题及管理员密码等,数据存储采用的是XML。-HydrogenCms using Asp.net MVC is a development of lightweight CMS, is a full-featured, low demand, the open-source CMS, which uses asp.net mvc, linq2sql, linq2xml, also draws on BlogEngine, Kigg of some advantages. Available online to replace the skin, you can set up sites in the background, title and administrator passwords, the data is stored using the XML.
Platform: | Size: 1113088 | Author: 邓程逸 | Hits:

[OtherADO.NET_Step_by_Step

Description: Learn to use the ADO.NET model to expand on data-bound Windows and Web Forms, as well as how XML and ADO.NET intermingle
Platform: | Size: 17713152 | Author: | Hits:

[Windows Developxmls

Description: XMLS企业建站系统主要用于中小企业web站点的搭建和管理,通过配置XML和标签来快速构建站点,安装步骤简单快捷,能在短时间内独立完成一个web站点,系统的功能模块和模版风格可根据企业需要添加或更换,每套系统均有独立的后台控制面板,网站管理员输入系统口令后,可通过浏览器对企业站点远程管理及日常内容更新和维护。基于.NET 2.0 平台,运行速度快,而且它为使用HTML,可以和HTML或其它脚本语VBScript,JavaScript相互嵌套,程序代码安全保密,可以轻松的存取数据,适用于各种浏览器,支持多种数言,同时支持access和sql server数据库,整个系统完全独立运行。内置模块安装,创建功能,可以很容易创建或安装一个模块或网站模板,支持在线式网站模板安装,有多种类型,多种风格可供选择,只要会打字,就可以轻松构建一个网站。-XMLS enterprise Station system is mainly used for small and medium enterprises to build and manage web sites, through the configuration XML and tags to quickly build site simple and quick installation steps can be completed in a short time an independent web site, the system function modules and template styles can be added or replaced according to business needs, each system has a separate back-end control panel, site administrator password is entered into the system is available through the browser on the corporate site, remote management and daily content updates and maintenance. Based on. NET 2.0 platform, running fast, and it is for the use of HTML, can be HTML or other scripting language VBScript, JavaScript nested within each other, the program code for security and confidentiality, you can easily access data for a variety of browsers, support a variety of few words, while supporting access and sql server database, the entire system to run completely independent. Built-in module
Platform: | Size: 1249280 | Author: 416 | Hits:

[OtherProgrammerCampNet

Description: ADO.NET ASP.NET CSharp FRAMEWORK WebService XML 的电子教材-ADO.NET ASP.NET CSharp FRAMEWORK WebService XML e-textbooks
Platform: | Size: 14661632 | Author: ybbh | Hits:

[source in ebookCreatDatabase

Description: ArcEngine+C#,csharp,读取XML配置文件,新建MDb数据库文件-ArcEngine,csharp
Platform: | Size: 3746816 | Author: 道道 | Hits:

[CSharpdatabase

Description: C#数据库与表格的操作,对数据库的控件使用dataset,dataview等,以及xml相关-C# database and table, the operation of the database control using dataset, dataview, as well as the relevant xml
Platform: | Size: 357376 | Author: qiji | Hits:

[CSharpPDA-TOOL

Description: SQL转SQLCE,文件加密,图片修改,不规则窗体,config(XML)文件储存用户设置。-SQL turn SQLCE, file encryption, image changes, irregular form, config (XML) file storing user settings.
Platform: | Size: 2669568 | Author: 马超 | Hits:

[CSharpnxbre-3_2_0

Description: NxBRE是.NET平台下的一款开源轻量级的业务规则引擎(aka Rule Based Engine),它由正向串行的推理引擎(forward-chaining inference engine)和XML驱动流控制引擎(XML-driven flow control engine)组成.它支持 RuleML 0.9 Naf Datalog 和 Visio 2003 建模。-NxBRE is .NET platform in a lightweight open source business rules engine (aka Rule Based Engine), which by the positive serial reasoning engine (forward-chaining inference engine) and XML-driven flow control engine (XML- driven flow control engine) composition. It supports RuleML 0.9 Naf Datalog and Visio 2003 modeling.
Platform: | Size: 2928640 | Author: ywz | Hits:

[CSharpCSharp

Description: 个人便携式通信录 窗体程序 含有xml文件的读取保持 listview的操作 以及对注册表的操作等 适合初学者-Personal portable communication program recorded in a form containing the xml file read operation to maintain listview and the operation of the registry, etc. for beginners
Platform: | Size: 270336 | Author: 陈昌健 | Hits:

[xml-soap-webserviceXMLTreeView

Description: TreeView保存成XML,并把该XML导入到TreeView-TreeView saved as XML, and put the XML into TreeView
Platform: | Size: 46080 | Author: lihu | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »

CodeBus www.codebus.net